Html Css Color HEX #BB6CE6 Medium Orchid

📋 copy color: '#BB6CE6'

red 187 ◦ green 108 ◦ blue 230

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

Shades of Medium Orchid #BB6CE6

Tints of Medium Orchid #BB6CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.57%

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

R = 35.62%
G = 20.57%
B = 43.81%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB6CE6 (or 0xBB6CE6) is known color: Medium Orchid. HEX triplet: BB, 6C and E6. RGB value is (187,108,230). Sum of RGB (Red+Green+Blue) = 187+108+230=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CE6 is #449319. Grayscale: #919191. Windows color (decimal): -4494106 or 15101115. OLE color: 15101115.

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

Color convert

RGB 187 108 230 -
CMYK 0.19 0.53 0 0.10
HSL 278.85º 0.71% 0.66% -
HSV(B) 278.85º 0.53% 0.9% -
XYZ 40.14 27 77.96 -
YUV 145.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 187 108 230 0.19 0.53 0 0.10 278.85 0.71 0.66
Hex BB 6C E6 13 35 0 A 117 47 42
Octal 273 154 346 23 65 0 12 427 107 102
Binary 10111011 1101100 11100110 10011 110101 0 1010 100010111 1000111 1000010

Color Harmonies of #BB6CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CE6

Black with #BB6CE6

Text Example


Text Example

White with #BB6CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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