Html Css Color HEX #BF35DF Medium Orchid

📋 copy color: '#BF35DF'

red 191 ◦ green 53 ◦ blue 223

#BF35DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF35DF

Tints of Medium Orchid #BF35DF

RGB

 RED value IS 191 (75% from 255) = 40.9%

 GREEN value IS 53 (21.09% from 255) = 11.35%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 40.9%
G = 11.35%
B = 47.75%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF35DF (or 0xBF35DF) is known color: Medium Orchid. HEX triplet: BF, 35 and DF. RGB value is (191,53,223). Sum of RGB (Red+Green+Blue) = 191+53+223=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35DF is #40CA20. Grayscale: #717171. Windows color (decimal): -4246049 or 14628287. OLE color: 14628287.

HSL color Cylindrical-coordinate representation of color #BF35DF: hue angle of 288.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF35DF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 53 223 -
CMYK 0.14 0.76 0 0.13
HSL 288.71º 0.73% 0.54% -
HSV(B) 288.71º 0.76% 0.87% -
XYZ 36.08 18.95 71.57 -
YUV 113.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 191 53 223 0.14 0.76 0 0.13 288.71 0.73 0.54
Hex BF 35 DF E 4C 0 D 121 49 36
Octal 277 65 337 16 114 0 15 441 111 66
Binary 10111111 110101 11011111 1110 1001100 0 1101 100100001 1001001 110110

Color Harmonies of #BF35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF35DF

Black with #BF35DF

Text Example


Text Example

White with #BF35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF35DF; }

 p { color: rgb(191,53,223); }

 H1.HeaderClassName
 {
   color: #BF35DF;
 }
 .AnyTagClassName
 {
   color: #BF35DF;
 }
</style>

background-color css

<style>
 a { background-color: #BF35DF; }

 a { background-color: rgb(191,53,223); }

 div.DivClassName
 {
   background-color: #BF35DF;
 }
 .BgClassName
 {
   background-color: #BF35DF;
 }
</style>

border-color css

<style>
 span { border-color: #BF35DF; }

 span { border-color: rgb(191,53,223); }

 td.TdClassName
 {
   border-color: #BF35DF;
 }
 .TagClassName
 {
   border-color: #BF35DF;
 }
</style>