Html Css Color HEX #B978E3 Medium Orchid

📋 copy color: '#B978E3'

red 185 ◦ green 120 ◦ blue 227

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

Shades of Medium Orchid #B978E3

Tints of Medium Orchid #B978E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.67%

R = 34.77%
G = 22.56%
B = 42.67%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B978E3 (or 0xB978E3) is known color: Medium Orchid. HEX triplet: B9, 78 and E3. RGB value is (185,120,227). Sum of RGB (Red+Green+Blue) = 185+120+227=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #B978E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978E3 is #46871C. Grayscale: #979797. Windows color (decimal): -4622109 or 14907577. OLE color: 14907577.

HSL color Cylindrical-coordinate representation of color #B978E3: hue angle of 276.45º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B978E3 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 120 227 -
CMYK 0.19 0.47 0 0.11
HSL 276.45º 0.66% 0.68% -
HSV(B) 276.45º 0.47% 0.89% -
XYZ 40.59 29.29 76.19 -
YUV 151.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 185 120 227 0.19 0.47 0 0.11 276.45 0.66 0.68
Hex B9 78 E3 13 2F 0 B 114 42 44
Octal 271 170 343 23 57 0 13 424 102 104
Binary 10111001 1111000 11100011 10011 101111 0 1011 100010100 1000010 1000100

Color Harmonies of #B978E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978E3

Black with #B978E3

Text Example


Text Example

White with #B978E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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