Html Css Color HEX #B858FA Medium Orchid

📋 copy color: '#B858FA'

red 184 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #B858FA

Tints of Medium Orchid #B858FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 35.25%
G = 16.86%
B = 47.89%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B858FA (or 0xB858FA) is known color: Medium Orchid. HEX triplet: B8, 58 and FA. RGB value is (184,88,250). Sum of RGB (Red+Green+Blue) = 184+88+250=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #B858FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FA is #47A705. Grayscale: #868686. Windows color (decimal): -4695814 or 16406712. OLE color: 16406712.

HSL color Cylindrical-coordinate representation of color #B858FA: hue angle of 275.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 88 250 -
CMYK 0.26 0.65 0 0.02
HSL 275.56º 0.94% 0.66% -
HSV(B) 275.56º 0.65% 0.98% -
XYZ 40.51 24.07 92.95 -
YUV 135.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 184 88 250 0.26 0.65 0 0.02 275.56 0.94 0.66
Hex B8 58 FA 1A 41 0 2 114 5E 42
Octal 270 130 372 32 101 0 2 424 136 102
Binary 10111000 1011000 11111010 11010 1000001 0 10 100010100 1011110 1000010

Color Harmonies of #B858FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858FA

Black with #B858FA

Text Example


Text Example

White with #B858FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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