Html Css Color HEX #B978E7 Medium Orchid

📋 copy color: '#B978E7'

red 185 ◦ green 120 ◦ blue 231

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

Shades of Medium Orchid #B978E7

Tints of Medium Orchid #B978E7

RGB

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

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

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

R = 34.51%
G = 22.39%
B = 43.1%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B978E7 (or 0xB978E7) is known color: Medium Orchid. HEX triplet: B9, 78 and E7. RGB value is (185,120,231). Sum of RGB (Red+Green+Blue) = 185+120+231=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #B978E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B978E7 is #468718. Grayscale: #979797. Windows color (decimal): -4622105 or 15169721. OLE color: 15169721.

HSL color Cylindrical-coordinate representation of color #B978E7: hue angle of 275.14º 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 #B978E7 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 120 231 -
CMYK 0.20 0.48 0 0.09
HSL 275.14º 0.7% 0.69% -
HSV(B) 275.14º 0.48% 0.91% -
XYZ 41.15 29.52 79.13 -
YUV 152.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 185 120 231 0.20 0.48 0 0.09 275.14 0.7 0.69
Hex B9 78 E7 14 30 0 9 113 46 45
Octal 271 170 347 24 60 0 11 423 106 105
Binary 10111001 1111000 11100111 10100 110000 0 1001 100010011 1000110 1000101

Color Harmonies of #B978E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978E7

Black with #B978E7

Text Example


Text Example

White with #B978E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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