Html Css Color HEX #B858FD Medium Orchid

📋 copy color: '#B858FD'

red 184 ◦ green 88 ◦ blue 253

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

Shades of Medium Orchid #B858FD

Tints of Medium Orchid #B858FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 35.05%
G = 16.76%
B = 48.19%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B858FD (or 0xB858FD) is known color: Medium Orchid. HEX triplet: B8, 58 and FD. RGB value is (184,88,253). Sum of RGB (Red+Green+Blue) = 184+88+253=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #B858FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B858FD is #47A702. Grayscale: #868686. Windows color (decimal): -4695811 or 16603320. OLE color: 16603320.

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

Color convert

RGB 184 88 253 -
CMYK 0.27 0.65 0 0.01
HSL 274.91º 0.98% 0.67% -
HSV(B) 274.91º 0.65% 0.99% -
XYZ 40.99 24.26 95.45 -
YUV 135.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 184 88 253 0.27 0.65 0 0.01 274.91 0.98 0.67
Hex B8 58 FD 1B 41 0 1 113 62 43
Octal 270 130 375 33 101 0 1 423 142 103
Binary 10111000 1011000 11111101 11011 1000001 0 1 100010011 1100010 1000011

Color Harmonies of #B858FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858FD

Black with #B858FD

Text Example


Text Example

White with #B858FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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