Html Css Color HEX #B63FCB Medium Orchid

📋 copy color: '#B63FCB'

red 182 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B63FCB

Tints of Medium Orchid #B63FCB

RGB

 RED value IS 182 (71.48% from 255) = 40.63%

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

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

R = 40.63%
G = 14.06%
B = 45.31%

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

#B63FCB (or 0xB63FCB) is known color: Medium Orchid. HEX triplet: B6, 3F and CB. RGB value is (182,63,203). Sum of RGB (Red+Green+Blue) = 182+63+203=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B63FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCB is #49C034. Grayscale: #727272. Windows color (decimal): -4833333 or 13320118. OLE color: 13320118.

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

Color convert

RGB 182 63 203 -
CMYK 0.10 0.69 0 0.20
HSL 291º 0.57% 0.52% -
HSV(B) 291º 0.69% 0.8% -
XYZ 31.85 17.81 58.26 -
YUV 114.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 182 63 203 0.10 0.69 0 0.20 291 0.57 0.52
Hex B6 3F CB A 45 0 14 123 39 34
Octal 266 77 313 12 105 0 24 443 71 64
Binary 10110110 111111 11001011 1010 1000101 0 10100 100100011 111001 110100

Color Harmonies of #B63FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FCB

Black with #B63FCB

Text Example


Text Example

White with #B63FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FCB; }

 p { color: rgb(182,63,203); }

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

background-color css

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

 a { background-color: rgb(182,63,203); }

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

border-color css

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

 span { border-color: rgb(182,63,203); }

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