Html Css Color HEX #B858EA Medium Orchid

📋 copy color: '#B858EA'

red 184 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #B858EA

Tints of Medium Orchid #B858EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 36.36%
G = 17.39%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B858EA (or 0xB858EA) is known color: Medium Orchid. HEX triplet: B8, 58 and EA. RGB value is (184,88,234). Sum of RGB (Red+Green+Blue) = 184+88+234=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B858EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858EA is #47A715. Grayscale: #848484. Windows color (decimal): -4695830 or 15358136. OLE color: 15358136.

HSL color Cylindrical-coordinate representation of color #B858EA: hue angle of 279.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B858EA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 88 234 -
CMYK 0.21 0.62 0 0.08
HSL 279.45º 0.78% 0.63% -
HSV(B) 279.45º 0.62% 0.92% -
XYZ 38.11 23.11 80.29 -
YUV 133.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 184 88 234 0.21 0.62 0 0.08 279.45 0.78 0.63
Hex B8 58 EA 15 3E 0 8 117 4E 3F
Octal 270 130 352 25 76 0 10 427 116 77
Binary 10111000 1011000 11101010 10101 111110 0 1000 100010111 1001110 111111

Color Harmonies of #B858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858EA

Black with #B858EA

Text Example


Text Example

White with #B858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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