Html Css Color HEX #BB78D8 Medium Orchid

📋 copy color: '#BB78D8'

red 187 ◦ green 120 ◦ blue 216

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

Shades of Medium Orchid #BB78D8

Tints of Medium Orchid #BB78D8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.94%

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 35.76%
G = 22.94%
B = 41.3%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB78D8 (or 0xBB78D8) is known color: Medium Orchid. HEX triplet: BB, 78 and D8. RGB value is (187,120,216). Sum of RGB (Red+Green+Blue) = 187+120+216=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78D8 is #448727. Grayscale: #969696. Windows color (decimal): -4491048 or 14186683. OLE color: 14186683.

HSL color Cylindrical-coordinate representation of color #BB78D8: hue angle of 281.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB78D8 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 120 216 -
CMYK 0.13 0.44 0 0.15
HSL 281.88º 0.55% 0.66% -
HSV(B) 281.88º 0.44% 0.85% -
XYZ 39.6 28.96 68.47 -
YUV 150.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 187 120 216 0.13 0.44 0 0.15 281.88 0.55 0.66
Hex BB 78 D8 D 2C 0 F 11A 37 42
Octal 273 170 330 15 54 0 17 432 67 102
Binary 10111011 1111000 11011000 1101 101100 0 1111 100011010 110111 1000010

Color Harmonies of #BB78D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78D8

Black with #BB78D8

Text Example


Text Example

White with #BB78D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78D8; }

 p { color: rgb(187,120,216); }

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

background-color css

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

 a { background-color: rgb(187,120,216); }

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

border-color css

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

 span { border-color: rgb(187,120,216); }

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