Html Css Color HEX #B858CA Medium Orchid

📋 copy color: '#B858CA'

red 184 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #B858CA

Tints of Medium Orchid #B858CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.57%

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 38.82%
G = 18.57%
B = 42.62%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B858CA (or 0xB858CA) is known color: Medium Orchid. HEX triplet: B8, 58 and CA. RGB value is (184,88,202). Sum of RGB (Red+Green+Blue) = 184+88+202=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B858CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CA is #47A735. Grayscale: #818181. Windows color (decimal): -4695862 or 13260984. OLE color: 13260984.

HSL color Cylindrical-coordinate representation of color #B858CA: hue angle of 290.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B858CA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 88 202 -
CMYK 0.09 0.56 0 0.21
HSL 290.53º 0.52% 0.57% -
HSV(B) 290.53º 0.56% 0.79% -
XYZ 33.92 21.43 58.23 -
YUV 129.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 184 88 202 0.09 0.56 0 0.21 290.53 0.52 0.57
Hex B8 58 CA 9 38 0 15 123 34 39
Octal 270 130 312 11 70 0 25 443 64 71
Binary 10111000 1011000 11001010 1001 111000 0 10101 100100011 110100 111001

Color Harmonies of #B858CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858CA

Black with #B858CA

Text Example


Text Example

White with #B858CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858CA; }

 p { color: rgb(184,88,202); }

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

background-color css

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

 a { background-color: rgb(184,88,202); }

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

border-color css

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

 span { border-color: rgb(184,88,202); }

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