Html Css Color HEX #BB6DEA Medium Orchid

📋 copy color: '#BB6DEA'

red 187 ◦ green 109 ◦ blue 234

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

Shades of Medium Orchid #BB6DEA

Tints of Medium Orchid #BB6DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.57%

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 35.28%
G = 20.57%
B = 44.15%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB6DEA (or 0xBB6DEA) is known color: Medium Orchid. HEX triplet: BB, 6D and EA. RGB value is (187,109,234). Sum of RGB (Red+Green+Blue) = 187+109+234=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DEA is #449215. Grayscale: #929292. Windows color (decimal): -4493846 or 15363515. OLE color: 15363515.

HSL color Cylindrical-coordinate representation of color #BB6DEA: hue angle of 277.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6DEA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 109 234 -
CMYK 0.20 0.53 0 0.08
HSL 277.44º 0.75% 0.67% -
HSV(B) 277.44º 0.53% 0.92% -
XYZ 40.81 27.44 80.99 -
YUV 146.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 187 109 234 0.20 0.53 0 0.08 277.44 0.75 0.67
Hex BB 6D EA 14 35 0 8 115 4B 43
Octal 273 155 352 24 65 0 10 425 113 103
Binary 10111011 1101101 11101010 10100 110101 0 1000 100010101 1001011 1000011

Color Harmonies of #BB6DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DEA

Black with #BB6DEA

Text Example


Text Example

White with #BB6DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DEA; }

 p { color: rgb(187,109,234); }

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

background-color css

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

 a { background-color: rgb(187,109,234); }

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

border-color css

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

 span { border-color: rgb(187,109,234); }

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