Html Css Color HEX #B858EE Medium Orchid

📋 copy color: '#B858EE'

red 184 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B858EE

Tints of Medium Orchid #B858EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 36.08%
G = 17.25%
B = 46.67%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B858EE (or 0xB858EE) is known color: Medium Orchid. HEX triplet: B8, 58 and EE. RGB value is (184,88,238). Sum of RGB (Red+Green+Blue) = 184+88+238=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #B858EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858EE is #47A711. Grayscale: #858585. Windows color (decimal): -4695826 or 15620280. OLE color: 15620280.

HSL color Cylindrical-coordinate representation of color #B858EE: hue angle of 278.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B858EE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 88 238 -
CMYK 0.23 0.63 0 0.07
HSL 278.4º 0.82% 0.64% -
HSV(B) 278.4º 0.63% 0.93% -
XYZ 38.69 23.34 83.36 -
YUV 133.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 184 88 238 0.23 0.63 0 0.07 278.4 0.82 0.64
Hex B8 58 EE 17 3F 0 7 116 52 40
Octal 270 130 356 27 77 0 7 426 122 100
Binary 10111000 1011000 11101110 10111 111111 0 111 100010110 1010010 1000000

Color Harmonies of #B858EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858EE

Black with #B858EE

Text Example


Text Example

White with #B858EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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