Html Css Color HEX #B63CFB Medium Orchid

📋 copy color: '#B63CFB'

red 182 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #B63CFB

Tints of Medium Orchid #B63CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 36.92%
G = 12.17%
B = 50.91%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B63CFB (or 0xB63CFB) is known color: Medium Orchid. HEX triplet: B6, 3C and FB. RGB value is (182,60,251). Sum of RGB (Red+Green+Blue) = 182+60+251=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B63CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CFB is #49C304. Grayscale: #757575. Windows color (decimal): -4834053 or 16465078. OLE color: 16465078.

HSL color Cylindrical-coordinate representation of color #B63CFB: hue angle of 278.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63CFB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 60 251 -
CMYK 0.27 0.76 0 0.02
HSL 278.32º 0.96% 0.61% -
HSV(B) 278.32º 0.76% 0.98% -
XYZ 38.32 20.14 93.13 -
YUV 118.25 202.92 173.47 -
System Red Green Blue C M Y K H S L
Decimal 182 60 251 0.27 0.76 0 0.02 278.32 0.96 0.61
Hex B6 3C FB 1B 4C 0 2 116 60 3D
Octal 266 74 373 33 114 0 2 426 140 75
Binary 10110110 111100 11111011 11011 1001100 0 10 100010110 1100000 111101

Color Harmonies of #B63CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CFB

Black with #B63CFB

Text Example


Text Example

White with #B63CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CFB; }

 p { color: rgb(182,60,251); }

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

background-color css

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

 a { background-color: rgb(182,60,251); }

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

border-color css

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

 span { border-color: rgb(182,60,251); }

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