Html Css Color HEX #BB35E6 Medium Orchid

📋 copy color: '#BB35E6'

red 187 ◦ green 53 ◦ blue 230

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

Shades of Medium Orchid #BB35E6

Tints of Medium Orchid #BB35E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 39.79%
G = 11.28%
B = 48.94%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB35E6 (or 0xBB35E6) is known color: Medium Orchid. HEX triplet: BB, 35 and E6. RGB value is (187,53,230). Sum of RGB (Red+Green+Blue) = 187+53+230=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB35E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB35E6 is #44CA19. Grayscale: #707070. Windows color (decimal): -4508186 or 15087035. OLE color: 15087035.

HSL color Cylindrical-coordinate representation of color #BB35E6: hue angle of 285.42º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB35E6 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 53 230 -
CMYK 0.19 0.77 0 0.10
HSL 285.42º 0.78% 0.55% -
HSV(B) 285.42º 0.77% 0.9% -
XYZ 36.05 18.82 76.6 -
YUV 113.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 187 53 230 0.19 0.77 0 0.10 285.42 0.78 0.55
Hex BB 35 E6 13 4D 0 A 11D 4E 37
Octal 273 65 346 23 115 0 12 435 116 67
Binary 10111011 110101 11100110 10011 1001101 0 1010 100011101 1001110 110111

Color Harmonies of #BB35E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35E6

Black with #BB35E6

Text Example


Text Example

White with #BB35E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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