Html Css Color HEX #BB67EE Medium Orchid

📋 copy color: '#BB67EE'

red 187 ◦ green 103 ◦ blue 238

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

Shades of Medium Orchid #BB67EE

Tints of Medium Orchid #BB67EE

RGB

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

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

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

R = 35.42%
G = 19.51%
B = 45.08%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB67EE (or 0xBB67EE) is known color: Medium Orchid. HEX triplet: BB, 67 and EE. RGB value is (187,103,238). Sum of RGB (Red+Green+Blue) = 187+103+238=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB67EE is #449811. Grayscale: #8F8F8F. Windows color (decimal): -4495378 or 15624123. OLE color: 15624123.

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

Color convert

RGB 187 103 238 -
CMYK 0.21 0.57 0 0.07
HSL 277.33º 0.8% 0.67% -
HSV(B) 277.33º 0.57% 0.93% -
XYZ 40.78 26.44 83.84 -
YUV 143.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 187 103 238 0.21 0.57 0 0.07 277.33 0.8 0.67
Hex BB 67 EE 15 39 0 7 115 50 43
Octal 273 147 356 25 71 0 7 425 120 103
Binary 10111011 1100111 11101110 10101 111001 0 111 100010101 1010000 1000011

Color Harmonies of #BB67EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67EE

Black with #BB67EE

Text Example


Text Example

White with #BB67EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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