Html Css Color HEX #BB35DF Medium Orchid

📋 copy color: '#BB35DF'

red 187 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #BB35DF

Tints of Medium Orchid #BB35DF

RGB

 RED value IS 187 (73.44% from 255) = 40.39%

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

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

R = 40.39%
G = 11.45%
B = 48.16%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB35DF (or 0xBB35DF) is known color: Medium Orchid. HEX triplet: BB, 35 and DF. RGB value is (187,53,223). Sum of RGB (Red+Green+Blue) = 187+53+223=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35DF is #44CA20. Grayscale: #6F6F6F. Windows color (decimal): -4508193 or 14628283. OLE color: 14628283.

HSL color Cylindrical-coordinate representation of color #BB35DF: hue angle of 287.29º 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 #BB35DF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 53 223 -
CMYK 0.16 0.76 0 0.13
HSL 287.29º 0.73% 0.54% -
HSV(B) 287.29º 0.76% 0.87% -
XYZ 35.09 18.44 71.52 -
YUV 112.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 187 53 223 0.16 0.76 0 0.13 287.29 0.73 0.54
Hex BB 35 DF 10 4C 0 D 11F 49 36
Octal 273 65 337 20 114 0 15 437 111 66
Binary 10111011 110101 11011111 10000 1001100 0 1101 100011111 1001001 110110

Color Harmonies of #BB35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35DF

Black with #BB35DF

Text Example


Text Example

White with #BB35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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