Html Css Color HEX #BB68EB Medium Orchid

📋 copy color: '#BB68EB'

red 187 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #BB68EB

Tints of Medium Orchid #BB68EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 35.55%
G = 19.77%
B = 44.68%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB68EB (or 0xBB68EB) is known color: Medium Orchid. HEX triplet: BB, 68 and EB. RGB value is (187,104,235). Sum of RGB (Red+Green+Blue) = 187+104+235=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68EB is #449714. Grayscale: #8F8F8F. Windows color (decimal): -4495125 or 15427771. OLE color: 15427771.

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

Color convert

RGB 187 104 235 -
CMYK 0.20 0.56 0 0.08
HSL 278.02º 0.77% 0.66% -
HSV(B) 278.02º 0.56% 0.92% -
XYZ 40.44 26.46 81.57 -
YUV 143.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 187 104 235 0.20 0.56 0 0.08 278.02 0.77 0.66
Hex BB 68 EB 14 38 0 8 116 4D 42
Octal 273 150 353 24 70 0 10 426 115 102
Binary 10111011 1101000 11101011 10100 111000 0 1000 100010110 1001101 1000010

Color Harmonies of #BB68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68EB

Black with #BB68EB

Text Example


Text Example

White with #BB68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68EB; }

 p { color: rgb(187,104,235); }

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

background-color css

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

 a { background-color: rgb(187,104,235); }

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

border-color css

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

 span { border-color: rgb(187,104,235); }

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