Html Css Color HEX #B63DCF Medium Orchid

📋 copy color: '#B63DCF'

red 182 ◦ green 61 ◦ blue 207

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

Shades of Medium Orchid #B63DCF

Tints of Medium Orchid #B63DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.56%

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

R = 40.44%
G = 13.56%
B = 46%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B63DCF (or 0xB63DCF) is known color: Medium Orchid. HEX triplet: B6, 3D and CF. RGB value is (182,61,207). Sum of RGB (Red+Green+Blue) = 182+61+207=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCF is #49C230. Grayscale: #717171. Windows color (decimal): -4833841 or 13581750. OLE color: 13581750.

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

Color convert

RGB 182 61 207 -
CMYK 0.12 0.71 0 0.19
HSL 289.73º 0.6% 0.53% -
HSV(B) 289.73º 0.71% 0.81% -
XYZ 32.22 17.79 60.77 -
YUV 113.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 182 61 207 0.12 0.71 0 0.19 289.73 0.6 0.53
Hex B6 3D CF C 47 0 13 122 3C 35
Octal 266 75 317 14 107 0 23 442 74 65
Binary 10110110 111101 11001111 1100 1000111 0 10011 100100010 111100 110101

Color Harmonies of #B63DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DCF

Black with #B63DCF

Text Example


Text Example

White with #B63DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DCF; }

 p { color: rgb(182,61,207); }

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

background-color css

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

 a { background-color: rgb(182,61,207); }

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

border-color css

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

 span { border-color: rgb(182,61,207); }

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