Html Css Color HEX #B63CF9 Medium Orchid

📋 copy color: '#B63CF9'

red 182 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #B63CF9

Tints of Medium Orchid #B63CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 37.07%
G = 12.22%
B = 50.71%

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

#B63CF9 (or 0xB63CF9) is known color: Medium Orchid. HEX triplet: B6, 3C and F9. RGB value is (182,60,249). Sum of RGB (Red+Green+Blue) = 182+60+249=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #B63CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CF9 is #49C306. Grayscale: #757575. Windows color (decimal): -4834055 or 16334006. OLE color: 16334006.

HSL color Cylindrical-coordinate representation of color #B63CF9: hue angle of 278.73º degrees, saturation: 0.94, 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 #B63CF9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 60 249 -
CMYK 0.27 0.76 0 0.02
HSL 278.73º 0.94% 0.61% -
HSV(B) 278.73º 0.76% 0.98% -
XYZ 38.01 20.02 91.48 -
YUV 118.02 201.92 173.63 -
System Red Green Blue C M Y K H S L
Decimal 182 60 249 0.27 0.76 0 0.02 278.73 0.94 0.61
Hex B6 3C F9 1B 4C 0 2 117 5E 3D
Octal 266 74 371 33 114 0 2 427 136 75
Binary 10110110 111100 11111001 11011 1001100 0 10 100010111 1011110 111101

Color Harmonies of #B63CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CF9

Black with #B63CF9

Text Example


Text Example

White with #B63CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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