Html Css Color HEX #B63BFF Medium Orchid

📋 copy color: '#B63BFF'

red 182 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #B63BFF

Tints of Medium Orchid #B63BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 36.69%
G = 11.9%
B = 51.41%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B63BFF (or 0xB63BFF) is known color: Medium Orchid. HEX triplet: B6, 3B and FF. RGB value is (182,59,255). Sum of RGB (Red+Green+Blue) = 182+59+255=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B63BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BFF is #49C400. Grayscale: #757575. Windows color (decimal): -4834305 or 16726966. OLE color: 16726966.

HSL color Cylindrical-coordinate representation of color #B63BFF: hue angle of 277.65º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63BFF is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 59 255 -
CMYK 0.29 0.77 0 0
HSL 277.65º 1% 0.62% -
HSV(B) 277.65º 0.77% 1% -
XYZ 38.91 20.29 96.47 -
YUV 118.12 205.25 173.56 -
System Red Green Blue C M Y K H S L
Decimal 182 59 255 0.29 0.77 0 0 277.65 1 0.62
Hex B6 3B FF 1D 4D 0 0 116 64 3E
Octal 266 73 377 35 115 0 0 426 144 76
Binary 10110110 111011 11111111 11101 1001101 0 0 100010110 1100100 111110

Color Harmonies of #B63BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BFF

Black with #B63BFF

Text Example


Text Example

White with #B63BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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