Html Css Color HEX #B83CCE Medium Orchid

📋 copy color: '#B83CCE'

red 184 ◦ green 60 ◦ blue 206

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

Shades of Medium Orchid #B83CCE

Tints of Medium Orchid #B83CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 40.89%
G = 13.33%
B = 45.78%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B83CCE (or 0xB83CCE) is known color: Medium Orchid. HEX triplet: B8, 3C and CE. RGB value is (184,60,206). Sum of RGB (Red+Green+Blue) = 184+60+206=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B83CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CCE is #47C331. Grayscale: #717171. Windows color (decimal): -4703026 or 13515960. OLE color: 13515960.

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

Color convert

RGB 184 60 206 -
CMYK 0.11 0.71 0 0.19
HSL 290.96º 0.6% 0.52% -
HSV(B) 290.96º 0.71% 0.81% -
XYZ 32.52 17.88 60.13 -
YUV 113.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 184 60 206 0.11 0.71 0 0.19 290.96 0.6 0.52
Hex B8 3C CE B 47 0 13 123 3C 34
Octal 270 74 316 13 107 0 23 443 74 64
Binary 10111000 111100 11001110 1011 1000111 0 10011 100100011 111100 110100

Color Harmonies of #B83CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CCE

Black with #B83CCE

Text Example


Text Example

White with #B83CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CCE; }

 p { color: rgb(184,60,206); }

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

background-color css

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

 a { background-color: rgb(184,60,206); }

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

border-color css

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

 span { border-color: rgb(184,60,206); }

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