Html Css Color HEX #B858FF Medium Orchid

📋 copy color: '#B858FF'

red 184 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B858FF

Tints of Medium Orchid #B858FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 34.91%
G = 16.7%
B = 48.39%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B858FF (or 0xB858FF) is known color: Medium Orchid. HEX triplet: B8, 58 and FF. RGB value is (184,88,255). Sum of RGB (Red+Green+Blue) = 184+88+255=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B858FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FF is #47A700. Grayscale: #878787. Windows color (decimal): -4695809 or 16734392. OLE color: 16734392.

HSL color Cylindrical-coordinate representation of color #B858FF: hue angle of 274.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B858FF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 88 255 -
CMYK 0.28 0.65 0 0
HSL 274.49º 1% 0.67% -
HSV(B) 274.49º 0.65% 1% -
XYZ 41.31 24.39 97.14 -
YUV 135.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 184 88 255 0.28 0.65 0 0 274.49 1 0.67
Hex B8 58 FF 1C 41 0 0 112 64 43
Octal 270 130 377 34 101 0 0 422 144 103
Binary 10111000 1011000 11111111 11100 1000001 0 0 100010010 1100100 1000011

Color Harmonies of #B858FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858FF

Black with #B858FF

Text Example


Text Example

White with #B858FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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