Html Css Color HEX #B858CF Medium Orchid

📋 copy color: '#B858CF'

red 184 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #B858CF

Tints of Medium Orchid #B858CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 38.41%
G = 18.37%
B = 43.22%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B858CF (or 0xB858CF) is known color: Medium Orchid. HEX triplet: B8, 58 and CF. RGB value is (184,88,207). Sum of RGB (Red+Green+Blue) = 184+88+207=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B858CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858CF is #47A730. Grayscale: #818181. Windows color (decimal): -4695857 or 13588664. OLE color: 13588664.

HSL color Cylindrical-coordinate representation of color #B858CF: hue angle of 288.4º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B858CF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 88 207 -
CMYK 0.11 0.57 0 0.19
HSL 288.4º 0.55% 0.58% -
HSV(B) 288.4º 0.57% 0.81% -
XYZ 34.52 21.67 61.4 -
YUV 130.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 184 88 207 0.11 0.57 0 0.19 288.4 0.55 0.58
Hex B8 58 CF B 39 0 13 120 37 3A
Octal 270 130 317 13 71 0 23 440 67 72
Binary 10111000 1011000 11001111 1011 111001 0 10011 100100000 110111 111010

Color Harmonies of #B858CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B858CF

Black with #B858CF

Text Example


Text Example

White with #B858CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B858CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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