Html Css Color HEX #B875D8 Medium Orchid

📋 copy color: '#B875D8'

red 184 ◦ green 117 ◦ blue 216

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

Shades of Medium Orchid #B875D8

Tints of Medium Orchid #B875D8

RGB

 RED value IS 184 (72.27% from 255) = 35.59%

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 35.59%
G = 22.63%
B = 41.78%

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

#B875D8 (or 0xB875D8) is known color: Medium Orchid. HEX triplet: B8, 75 and D8. RGB value is (184,117,216). Sum of RGB (Red+Green+Blue) = 184+117+216=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #B875D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875D8 is #478A27. Grayscale: #939393. Windows color (decimal): -4688424 or 14185912. OLE color: 14185912.

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

Color convert

RGB 184 117 216 -
CMYK 0.15 0.46 0 0.15
HSL 280.61º 0.56% 0.65% -
HSV(B) 280.61º 0.46% 0.85% -
XYZ 38.52 27.87 68.31 -
YUV 148.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 184 117 216 0.15 0.46 0 0.15 280.61 0.56 0.65
Hex B8 75 D8 F 2E 0 F 119 38 41
Octal 270 165 330 17 56 0 17 431 70 101
Binary 10111000 1110101 11011000 1111 101110 0 1111 100011001 111000 1000001

Color Harmonies of #B875D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875D8

Black with #B875D8

Text Example


Text Example

White with #B875D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875D8; }

 p { color: rgb(184,117,216); }

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

background-color css

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

 a { background-color: rgb(184,117,216); }

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

border-color css

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

 span { border-color: rgb(184,117,216); }

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