Html Css Color HEX #BB78E7 Medium Orchid

📋 copy color: '#BB78E7'

red 187 ◦ green 120 ◦ blue 231

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

Shades of Medium Orchid #BB78E7

Tints of Medium Orchid #BB78E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 34.76%
G = 22.3%
B = 42.94%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB78E7 (or 0xBB78E7) is known color: Medium Orchid. HEX triplet: BB, 78 and E7. RGB value is (187,120,231). Sum of RGB (Red+Green+Blue) = 187+120+231=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB78E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78E7 is #448718. Grayscale: #989898. Windows color (decimal): -4491033 or 15169723. OLE color: 15169723.

HSL color Cylindrical-coordinate representation of color #BB78E7: hue angle of 276.22º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB78E7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 120 231 -
CMYK 0.19 0.48 0 0.09
HSL 276.22º 0.7% 0.69% -
HSV(B) 276.22º 0.48% 0.91% -
XYZ 41.63 29.77 79.15 -
YUV 152.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 187 120 231 0.19 0.48 0 0.09 276.22 0.7 0.69
Hex BB 78 E7 13 30 0 9 114 46 45
Octal 273 170 347 23 60 0 11 424 106 105
Binary 10111011 1111000 11100111 10011 110000 0 1001 100010100 1000110 1000101

Color Harmonies of #BB78E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78E7

Black with #BB78E7

Text Example


Text Example

White with #BB78E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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