Html Css Color HEX #B978E0 Medium Orchid

📋 copy color: '#B978E0'

red 185 ◦ green 120 ◦ blue 224

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

Shades of Medium Orchid #B978E0

Tints of Medium Orchid #B978E0

RGB

 RED value IS 185 (72.66% from 255) = 34.97%

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 34.97%
G = 22.68%
B = 42.34%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B978E0 (or 0xB978E0) is known color: Medium Orchid. HEX triplet: B9, 78 and E0. RGB value is (185,120,224). Sum of RGB (Red+Green+Blue) = 185+120+224=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #B978E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978E0 is #46871F. Grayscale: #969696. Windows color (decimal): -4622112 or 14710969. OLE color: 14710969.

HSL color Cylindrical-coordinate representation of color #B978E0: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B978E0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 120 224 -
CMYK 0.17 0.46 0 0.12
HSL 277.5º 0.63% 0.67% -
HSV(B) 277.5º 0.46% 0.88% -
XYZ 40.18 29.13 74.03 -
YUV 151.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 185 120 224 0.17 0.46 0 0.12 277.5 0.63 0.67
Hex B9 78 E0 11 2E 0 C 116 3F 43
Octal 271 170 340 21 56 0 14 426 77 103
Binary 10111001 1111000 11100000 10001 101110 0 1100 100010110 111111 1000011

Color Harmonies of #B978E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978E0

Black with #B978E0

Text Example


Text Example

White with #B978E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978E0; }

 p { color: rgb(185,120,224); }

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

background-color css

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

 a { background-color: rgb(185,120,224); }

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

border-color css

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

 span { border-color: rgb(185,120,224); }

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