Html Css Color HEX #B875CD Medium Orchid

📋 copy color: '#B875CD'

red 184 ◦ green 117 ◦ blue 205

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

Shades of Medium Orchid #B875CD

Tints of Medium Orchid #B875CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 36.36%
G = 23.12%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B875CD (or 0xB875CD) is known color: Medium Orchid. HEX triplet: B8, 75 and CD. RGB value is (184,117,205). Sum of RGB (Red+Green+Blue) = 184+117+205=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #B875CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875CD is #478A32. Grayscale: #929292. Windows color (decimal): -4688435 or 13465016. OLE color: 13465016.

HSL color Cylindrical-coordinate representation of color #B875CD: hue angle of 285.68º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B875CD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 117 205 -
CMYK 0.10 0.43 0 0.20
HSL 285.68º 0.47% 0.63% -
HSV(B) 285.68º 0.43% 0.8% -
XYZ 37.15 27.32 61.07 -
YUV 147.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 184 117 205 0.10 0.43 0 0.20 285.68 0.47 0.63
Hex B8 75 CD A 2B 0 14 11E 2F 3F
Octal 270 165 315 12 53 0 24 436 57 77
Binary 10111000 1110101 11001101 1010 101011 0 10100 100011110 101111 111111

Color Harmonies of #B875CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875CD

Black with #B875CD

Text Example


Text Example

White with #B875CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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