Html Css Color HEX #B83CCB Medium Orchid

📋 copy color: '#B83CCB'

red 184 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B83CCB

Tints of Medium Orchid #B83CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 41.16%
G = 13.42%
B = 45.41%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B83CCB (or 0xB83CCB) is known color: Medium Orchid. HEX triplet: B8, 3C and CB. RGB value is (184,60,203). Sum of RGB (Red+Green+Blue) = 184+60+203=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B83CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CCB is #47C334. Grayscale: #707070. Windows color (decimal): -4703029 or 13319352. OLE color: 13319352.

HSL color Cylindrical-coordinate representation of color #B83CCB: hue angle of 292.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83CCB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 60 203 -
CMYK 0.09 0.70 0 0.20
HSL 292.03º 0.58% 0.52% -
HSV(B) 292.03º 0.7% 0.8% -
XYZ 32.16 17.73 58.23 -
YUV 113.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 184 60 203 0.09 0.70 0 0.20 292.03 0.58 0.52
Hex B8 3C CB 9 46 0 14 124 3A 34
Octal 270 74 313 11 106 0 24 444 72 64
Binary 10111000 111100 11001011 1001 1000110 0 10100 100100100 111010 110100

Color Harmonies of #B83CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CCB

Black with #B83CCB

Text Example


Text Example

White with #B83CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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