Html Css Color HEX #BB6BEE Medium Orchid

📋 copy color: '#BB6BEE'

red 187 ◦ green 107 ◦ blue 238

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

Shades of Medium Orchid #BB6BEE

Tints of Medium Orchid #BB6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 35.15%
G = 20.11%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB6BEE (or 0xBB6BEE) is known color: Medium Orchid. HEX triplet: BB, 6B and EE. RGB value is (187,107,238). Sum of RGB (Red+Green+Blue) = 187+107+238=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BEE is #449411. Grayscale: #919191. Windows color (decimal): -4494354 or 15625147. OLE color: 15625147.

HSL color Cylindrical-coordinate representation of color #BB6BEE: hue angle of 276.64º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6BEE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 107 238 -
CMYK 0.21 0.55 0 0.07
HSL 276.64º 0.79% 0.68% -
HSV(B) 276.64º 0.55% 0.93% -
XYZ 41.18 27.25 83.98 -
YUV 145.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 187 107 238 0.21 0.55 0 0.07 276.64 0.79 0.68
Hex BB 6B EE 15 37 0 7 115 4F 44
Octal 273 153 356 25 67 0 7 425 117 104
Binary 10111011 1101011 11101110 10101 110111 0 111 100010101 1001111 1000100

Color Harmonies of #BB6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BEE

Black with #BB6BEE

Text Example


Text Example

White with #BB6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BEE; }

 p { color: rgb(187,107,238); }

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

background-color css

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

 a { background-color: rgb(187,107,238); }

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

border-color css

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

 span { border-color: rgb(187,107,238); }

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