Html Css Color HEX #B63EED Medium Orchid

📋 copy color: '#B63EED'

red 182 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #B63EED

Tints of Medium Orchid #B63EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 37.84%
G = 12.89%
B = 49.27%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B63EED (or 0xB63EED) is known color: Medium Orchid. HEX triplet: B6, 3E and ED. RGB value is (182,62,237). Sum of RGB (Red+Green+Blue) = 182+62+237=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63EED is #49C112. Grayscale: #757575. Windows color (decimal): -4833555 or 15548086. OLE color: 15548086.

HSL color Cylindrical-coordinate representation of color #B63EED: hue angle of 281.14º degrees, saturation: 0.83, 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 #B63EED is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 62 237 -
CMYK 0.23 0.74 0 0.07
HSL 281.14º 0.83% 0.59% -
HSV(B) 281.14º 0.74% 0.93% -
XYZ 36.3 19.5 81.97 -
YUV 117.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 182 62 237 0.23 0.74 0 0.07 281.14 0.83 0.59
Hex B6 3E ED 17 4A 0 7 119 53 3B
Octal 266 76 355 27 112 0 7 431 123 73
Binary 10110110 111110 11101101 10111 1001010 0 111 100011001 1010011 111011

Color Harmonies of #B63EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EED

Black with #B63EED

Text Example


Text Example

White with #B63EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EED; }

 p { color: rgb(182,62,237); }

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

background-color css

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

 a { background-color: rgb(182,62,237); }

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

border-color css

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

 span { border-color: rgb(182,62,237); }

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