Html Css Color HEX #B853CF Medium Orchid

📋 copy color: '#B853CF'

red 184 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B853CF

Tints of Medium Orchid #B853CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 38.82%
G = 17.51%
B = 43.67%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B853CF (or 0xB853CF) is known color: Medium Orchid. HEX triplet: B8, 53 and CF. RGB value is (184,83,207). Sum of RGB (Red+Green+Blue) = 184+83+207=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B853CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853CF is #47AC30. Grayscale: #7E7E7E. Windows color (decimal): -4697137 or 13587384. OLE color: 13587384.

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

Color convert

RGB 184 83 207 -
CMYK 0.11 0.60 0 0.19
HSL 288.87º 0.56% 0.57% -
HSV(B) 288.87º 0.6% 0.81% -
XYZ 34.12 20.88 61.26 -
YUV 127.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 184 83 207 0.11 0.60 0 0.19 288.87 0.56 0.57
Hex B8 53 CF B 3C 0 13 121 38 39
Octal 270 123 317 13 74 0 23 441 70 71
Binary 10111000 1010011 11001111 1011 111100 0 10011 100100001 111000 111001

Color Harmonies of #B853CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B853CF

Black with #B853CF

Text Example


Text Example

White with #B853CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B853CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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