Html Css Color HEX #B971EB Medium Orchid

📋 copy color: '#B971EB'

red 185 ◦ green 113 ◦ blue 235

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

Shades of Medium Orchid #B971EB

Tints of Medium Orchid #B971EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 34.71%
G = 21.2%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B971EB (or 0xB971EB) is known color: Medium Orchid. HEX triplet: B9, 71 and EB. RGB value is (185,113,235). Sum of RGB (Red+Green+Blue) = 185+113+235=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #B971EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971EB is #468E14. Grayscale: #949494. Windows color (decimal): -4623893 or 15430073. OLE color: 15430073.

HSL color Cylindrical-coordinate representation of color #B971EB: hue angle of 275.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B971EB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 113 235 -
CMYK 0.21 0.52 0 0.08
HSL 275.41º 0.75% 0.68% -
HSV(B) 275.41º 0.52% 0.92% -
XYZ 40.91 28.12 81.87 -
YUV 148.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 185 113 235 0.21 0.52 0 0.08 275.41 0.75 0.68
Hex B9 71 EB 15 34 0 8 113 4B 44
Octal 271 161 353 25 64 0 10 423 113 104
Binary 10111001 1110001 11101011 10101 110100 0 1000 100010011 1001011 1000100

Color Harmonies of #B971EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971EB

Black with #B971EB

Text Example


Text Example

White with #B971EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971EB; }

 p { color: rgb(185,113,235); }

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

background-color css

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

 a { background-color: rgb(185,113,235); }

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

border-color css

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

 span { border-color: rgb(185,113,235); }

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