Html Css Color HEX #B975DA Medium Orchid

📋 copy color: '#B975DA'

red 185 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #B975DA

Tints of Medium Orchid #B975DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 35.58%
G = 22.5%
B = 41.92%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B975DA (or 0xB975DA) is known color: Medium Orchid. HEX triplet: B9, 75 and DA. RGB value is (185,117,218). Sum of RGB (Red+Green+Blue) = 185+117+218=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #B975DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975DA is #468A25. Grayscale: #949494. Windows color (decimal): -4622886 or 14316985. OLE color: 14316985.

HSL color Cylindrical-coordinate representation of color #B975DA: hue angle of 280.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B975DA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 117 218 -
CMYK 0.15 0.46 0 0.15
HSL 280.4º 0.58% 0.66% -
HSV(B) 280.4º 0.46% 0.85% -
XYZ 39.02 28.1 69.7 -
YUV 148.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 185 117 218 0.15 0.46 0 0.15 280.4 0.58 0.66
Hex B9 75 DA F 2E 0 F 118 3A 42
Octal 271 165 332 17 56 0 17 430 72 102
Binary 10111001 1110101 11011010 1111 101110 0 1111 100011000 111010 1000010

Color Harmonies of #B975DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B975DA

Black with #B975DA

Text Example


Text Example

White with #B975DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B975DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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