Html Css Color HEX #B83FCF Medium Orchid

📋 copy color: '#B83FCF'

red 184 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #B83FCF

Tints of Medium Orchid #B83FCF

RGB

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

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

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

R = 40.53%
G = 13.88%
B = 45.59%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B83FCF (or 0xB83FCF) is known color: Medium Orchid. HEX triplet: B8, 3F and CF. RGB value is (184,63,207). Sum of RGB (Red+Green+Blue) = 184+63+207=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B83FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FCF is #47C030. Grayscale: #737373. Windows color (decimal): -4702257 or 13582264. OLE color: 13582264.

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

Color convert

RGB 184 63 207 -
CMYK 0.11 0.70 0 0.19
HSL 290.42º 0.6% 0.53% -
HSV(B) 290.42º 0.7% 0.81% -
XYZ 32.81 18.25 60.83 -
YUV 115.6 179.59 176.79 -
System Red Green Blue C M Y K H S L
Decimal 184 63 207 0.11 0.70 0 0.19 290.42 0.6 0.53
Hex B8 3F CF B 46 0 13 122 3C 35
Octal 270 77 317 13 106 0 23 442 74 65
Binary 10111000 111111 11001111 1011 1000110 0 10011 100100010 111100 110101

Color Harmonies of #B83FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FCF

Black with #B83FCF

Text Example


Text Example

White with #B83FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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