Html Css Color HEX #B975E8 Medium Orchid

📋 copy color: '#B975E8'

red 185 ◦ green 117 ◦ blue 232

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

Shades of Medium Orchid #B975E8

Tints of Medium Orchid #B975E8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.91%

 BLUE value IS 232 (91.02% from 255) = 43.45%

R = 34.64%
G = 21.91%
B = 43.45%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B975E8 (or 0xB975E8) is known color: Medium Orchid. HEX triplet: B9, 75 and E8. RGB value is (185,117,232). Sum of RGB (Red+Green+Blue) = 185+117+232=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #B975E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975E8 is #468A17. Grayscale: #969696. Windows color (decimal): -4622872 or 15234489. OLE color: 15234489.

HSL color Cylindrical-coordinate representation of color #B975E8: hue angle of 275.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B975E8 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 117 232 -
CMYK 0.20 0.50 0 0.09
HSL 275.48º 0.71% 0.68% -
HSV(B) 275.48º 0.5% 0.91% -
XYZ 40.93 28.86 79.76 -
YUV 150.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 185 117 232 0.20 0.50 0 0.09 275.48 0.71 0.68
Hex B9 75 E8 14 32 0 9 113 47 44
Octal 271 165 350 24 62 0 11 423 107 104
Binary 10111001 1110101 11101000 10100 110010 0 1001 100010011 1000111 1000100

Color Harmonies of #B975E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975E8

Black with #B975E8

Text Example


Text Example

White with #B975E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975E8; }

 p { color: rgb(185,117,232); }

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

background-color css

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

 a { background-color: rgb(185,117,232); }

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

border-color css

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

 span { border-color: rgb(185,117,232); }

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