Html Css Color HEX #B63FEE Medium Orchid

📋 copy color: '#B63FEE'

red 182 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #B63FEE

Tints of Medium Orchid #B63FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 37.68%
G = 13.04%
B = 49.28%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B63FEE (or 0xB63FEE) is known color: Medium Orchid. HEX triplet: B6, 3F and EE. RGB value is (182,63,238). Sum of RGB (Red+Green+Blue) = 182+63+238=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #B63FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63FEE is #49C011. Grayscale: #757575. Windows color (decimal): -4833298 or 15613878. OLE color: 15613878.

HSL color Cylindrical-coordinate representation of color #B63FEE: hue angle of 280.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63FEE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 63 238 -
CMYK 0.24 0.74 0 0.07
HSL 280.8º 0.84% 0.59% -
HSV(B) 280.8º 0.74% 0.93% -
XYZ 36.5 19.67 82.76 -
YUV 118.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 182 63 238 0.24 0.74 0 0.07 280.8 0.84 0.59
Hex B6 3F EE 18 4A 0 7 119 54 3B
Octal 266 77 356 30 112 0 7 431 124 73
Binary 10110110 111111 11101110 11000 1001010 0 111 100011001 1010100 111011

Color Harmonies of #B63FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FEE

Black with #B63FEE

Text Example


Text Example

White with #B63FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FEE; }

 p { color: rgb(182,63,238); }

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

background-color css

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

 a { background-color: rgb(182,63,238); }

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

border-color css

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

 span { border-color: rgb(182,63,238); }

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