Html Css Color HEX #BB68EE Medium Orchid

📋 copy color: '#BB68EE'

red 187 ◦ green 104 ◦ blue 238

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

Shades of Medium Orchid #BB68EE

Tints of Medium Orchid #BB68EE

RGB

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

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

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

R = 35.35%
G = 19.66%
B = 44.99%

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

#BB68EE (or 0xBB68EE) is known color: Medium Orchid. HEX triplet: BB, 68 and EE. RGB value is (187,104,238). Sum of RGB (Red+Green+Blue) = 187+104+238=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68EE is #449711. Grayscale: #8F8F8F. Windows color (decimal): -4495122 or 15624379. OLE color: 15624379.

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

Color convert

RGB 187 104 238 -
CMYK 0.21 0.56 0 0.07
HSL 277.16º 0.8% 0.67% -
HSV(B) 277.16º 0.56% 0.93% -
XYZ 40.88 26.64 83.88 -
YUV 144.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 187 104 238 0.21 0.56 0 0.07 277.16 0.8 0.67
Hex BB 68 EE 15 38 0 7 115 50 43
Octal 273 150 356 25 70 0 7 425 120 103
Binary 10111011 1101000 11101110 10101 111000 0 111 100010101 1010000 1000011

Color Harmonies of #BB68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68EE

Black with #BB68EE

Text Example


Text Example

White with #BB68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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