Html Css Color HEX #B83FCD Medium Orchid

📋 copy color: '#B83FCD'

red 184 ◦ green 63 ◦ blue 205

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

Shades of Medium Orchid #B83FCD

Tints of Medium Orchid #B83FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 13.94%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 40.71%
G = 13.94%
B = 45.35%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B83FCD (or 0xB83FCD) is known color: Medium Orchid. HEX triplet: B8, 3F and CD. RGB value is (184,63,205). Sum of RGB (Red+Green+Blue) = 184+63+205=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FCD is #47C032. Grayscale: #727272. Windows color (decimal): -4702259 or 13451192. OLE color: 13451192.

HSL color Cylindrical-coordinate representation of color #B83FCD: hue angle of 291.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83FCD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 63 205 -
CMYK 0.10 0.69 0 0.20
HSL 291.13º 0.59% 0.53% -
HSV(B) 291.13º 0.69% 0.8% -
XYZ 32.56 18.15 59.55 -
YUV 115.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 184 63 205 0.10 0.69 0 0.20 291.13 0.59 0.53
Hex B8 3F CD A 45 0 14 123 3B 35
Octal 270 77 315 12 105 0 24 443 73 65
Binary 10111000 111111 11001101 1010 1000101 0 10100 100100011 111011 110101

Color Harmonies of #B83FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FCD

Black with #B83FCD

Text Example


Text Example

White with #B83FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FCD; }

 p { color: rgb(184,63,205); }

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

background-color css

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

 a { background-color: rgb(184,63,205); }

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

border-color css

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

 span { border-color: rgb(184,63,205); }

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