Html Css Color HEX #B63AF8 Medium Orchid

📋 copy color: '#B63AF8'

red 182 ◦ green 58 ◦ blue 248

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

Shades of Medium Orchid #B63AF8

Tints of Medium Orchid #B63AF8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.89%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 37.3%
G = 11.89%
B = 50.82%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B63AF8 (or 0xB63AF8) is known color: Medium Orchid. HEX triplet: B6, 3A and F8. RGB value is (182,58,248). Sum of RGB (Red+Green+Blue) = 182+58+248=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #B63AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AF8 is #49C507. Grayscale: #747474. Windows color (decimal): -4834568 or 16267958. OLE color: 16267958.

HSL color Cylindrical-coordinate representation of color #B63AF8: hue angle of 279.16º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63AF8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 58 248 -
CMYK 0.27 0.77 0 0.03
HSL 279.16º 0.93% 0.6% -
HSV(B) 279.16º 0.77% 0.97% -
XYZ 37.75 19.75 90.63 -
YUV 116.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 182 58 248 0.27 0.77 0 0.03 279.16 0.93 0.6
Hex B6 3A F8 1B 4D 0 3 117 5D 3C
Octal 266 72 370 33 115 0 3 427 135 74
Binary 10110110 111010 11111000 11011 1001101 0 11 100010111 1011101 111100

Color Harmonies of #B63AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63AF8

Black with #B63AF8

Text Example


Text Example

White with #B63AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63AF8; }

 p { color: rgb(182,58,248); }

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

background-color css

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

 a { background-color: rgb(182,58,248); }

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

border-color css

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

 span { border-color: rgb(182,58,248); }

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