Html Css Color HEX #BB68DE Medium Orchid

📋 copy color: '#BB68DE'

red 187 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #BB68DE

Tints of Medium Orchid #BB68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 36.45%
G = 20.27%
B = 43.27%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB68DE (or 0xBB68DE) is known color: Medium Orchid. HEX triplet: BB, 68 and DE. RGB value is (187,104,222). Sum of RGB (Red+Green+Blue) = 187+104+222=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68DE is #449721. Grayscale: #8D8D8D. Windows color (decimal): -4495138 or 14575803. OLE color: 14575803.

HSL color Cylindrical-coordinate representation of color #BB68DE: hue angle of 282.2º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB68DE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 104 222 -
CMYK 0.16 0.53 0 0.13
HSL 282.2º 0.64% 0.64% -
HSV(B) 282.2º 0.53% 0.87% -
XYZ 38.63 25.74 72.04 -
YUV 142.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 187 104 222 0.16 0.53 0 0.13 282.2 0.64 0.64
Hex BB 68 DE 10 35 0 D 11A 40 40
Octal 273 150 336 20 65 0 15 432 100 100
Binary 10111011 1101000 11011110 10000 110101 0 1101 100011010 1000000 1000000

Color Harmonies of #BB68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68DE

Black with #BB68DE

Text Example


Text Example

White with #BB68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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