Html Css Color HEX #BB67EC Medium Orchid

📋 copy color: '#BB67EC'

red 187 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #BB67EC

Tints of Medium Orchid #BB67EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.58%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 35.55%
G = 19.58%
B = 44.87%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB67EC (or 0xBB67EC) is known color: Medium Orchid. HEX triplet: BB, 67 and EC. RGB value is (187,103,236). Sum of RGB (Red+Green+Blue) = 187+103+236=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB67EC is #449813. Grayscale: #8E8E8E. Windows color (decimal): -4495380 or 15493051. OLE color: 15493051.

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

Color convert

RGB 187 103 236 -
CMYK 0.21 0.56 0 0.07
HSL 277.89º 0.78% 0.66% -
HSV(B) 277.89º 0.56% 0.93% -
XYZ 40.48 26.32 82.3 -
YUV 143.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 187 103 236 0.21 0.56 0 0.07 277.89 0.78 0.66
Hex BB 67 EC 15 38 0 7 116 4E 42
Octal 273 147 354 25 70 0 7 426 116 102
Binary 10111011 1100111 11101100 10101 111000 0 111 100010110 1001110 1000010

Color Harmonies of #BB67EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67EC

Black with #BB67EC

Text Example


Text Example

White with #BB67EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67EC; }

 p { color: rgb(187,103,236); }

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

background-color css

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

 a { background-color: rgb(187,103,236); }

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

border-color css

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

 span { border-color: rgb(187,103,236); }

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