Html Css Color HEX #BB68DC Medium Orchid

📋 copy color: '#BB68DC'

red 187 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #BB68DC

Tints of Medium Orchid #BB68DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 36.59%
G = 20.35%
B = 43.05%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB68DC (or 0xBB68DC) is known color: Medium Orchid. HEX triplet: BB, 68 and DC. RGB value is (187,104,220). Sum of RGB (Red+Green+Blue) = 187+104+220=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68DC is #449723. Grayscale: #8D8D8D. Windows color (decimal): -4495140 or 14444731. OLE color: 14444731.

HSL color Cylindrical-coordinate representation of color #BB68DC: hue angle of 282.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB68DC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 104 220 -
CMYK 0.15 0.53 0 0.14
HSL 282.93º 0.62% 0.64% -
HSV(B) 282.93º 0.53% 0.86% -
XYZ 38.36 25.63 70.64 -
YUV 142.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 187 104 220 0.15 0.53 0 0.14 282.93 0.62 0.64
Hex BB 68 DC F 35 0 E 11B 3E 40
Octal 273 150 334 17 65 0 16 433 76 100
Binary 10111011 1101000 11011100 1111 110101 0 1110 100011011 111110 1000000

Color Harmonies of #BB68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68DC

Black with #BB68DC

Text Example


Text Example

White with #BB68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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