Html Css Color HEX #B63BCF Medium Orchid

📋 copy color: '#B63BCF'

red 182 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #B63BCF

Tints of Medium Orchid #B63BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

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

R = 40.63%
G = 13.17%
B = 46.21%

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

#B63BCF (or 0xB63BCF) is known color: Medium Orchid. HEX triplet: B6, 3B and CF. RGB value is (182,59,207). Sum of RGB (Red+Green+Blue) = 182+59+207=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BCF is #49C430. Grayscale: #707070. Windows color (decimal): -4834353 or 13581238. OLE color: 13581238.

HSL color Cylindrical-coordinate representation of color #B63BCF: hue angle of 289.86º degrees, saturation: 0.61, 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 #B63BCF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 59 207 -
CMYK 0.12 0.71 0 0.19
HSL 289.86º 0.61% 0.52% -
HSV(B) 289.86º 0.71% 0.81% -
XYZ 32.12 17.58 60.73 -
YUV 112.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 182 59 207 0.12 0.71 0 0.19 289.86 0.61 0.52
Hex B6 3B CF C 47 0 13 122 3D 34
Octal 266 73 317 14 107 0 23 442 75 64
Binary 10110110 111011 11001111 1100 1000111 0 10011 100100010 111101 110100

Color Harmonies of #B63BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BCF

Black with #B63BCF

Text Example


Text Example

White with #B63BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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