Html Css Color HEX #B875EB Medium Orchid

📋 copy color: '#B875EB'

red 184 ◦ green 117 ◦ blue 235

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

Shades of Medium Orchid #B875EB

Tints of Medium Orchid #B875EB

RGB

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

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

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

R = 34.33%
G = 21.83%
B = 43.84%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B875EB (or 0xB875EB) is known color: Medium Orchid. HEX triplet: B8, 75 and EB. RGB value is (184,117,235). Sum of RGB (Red+Green+Blue) = 184+117+235=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #B875EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875EB is #478A14. Grayscale: #969696. Windows color (decimal): -4688405 or 15431096. OLE color: 15431096.

HSL color Cylindrical-coordinate representation of color #B875EB: hue angle of 274.07º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B875EB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 117 235 -
CMYK 0.22 0.50 0 0.08
HSL 274.07º 0.75% 0.69% -
HSV(B) 274.07º 0.5% 0.92% -
XYZ 41.12 28.91 82.01 -
YUV 150.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 184 117 235 0.22 0.50 0 0.08 274.07 0.75 0.69
Hex B8 75 EB 16 32 0 8 112 4B 45
Octal 270 165 353 26 62 0 10 422 113 105
Binary 10111000 1110101 11101011 10110 110010 0 1000 100010010 1001011 1000101

Color Harmonies of #B875EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875EB

Black with #B875EB

Text Example


Text Example

White with #B875EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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