Html Css Color HEX #B63BED Medium Orchid

📋 copy color: '#B63BED'

red 182 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #B63BED

Tints of Medium Orchid #B63BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

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

R = 38.08%
G = 12.34%
B = 49.58%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B63BED (or 0xB63BED) is known color: Medium Orchid. HEX triplet: B6, 3B and ED. RGB value is (182,59,237). Sum of RGB (Red+Green+Blue) = 182+59+237=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63BED is #49C412. Grayscale: #737373. Windows color (decimal): -4834323 or 15547318. OLE color: 15547318.

HSL color Cylindrical-coordinate representation of color #B63BED: hue angle of 281.46º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B63BED is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 59 237 -
CMYK 0.23 0.75 0 0.07
HSL 281.46º 0.83% 0.58% -
HSV(B) 281.46º 0.75% 0.93% -
XYZ 36.14 19.19 81.92 -
YUV 116.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 182 59 237 0.23 0.75 0 0.07 281.46 0.83 0.58
Hex B6 3B ED 17 4B 0 7 119 53 3A
Octal 266 73 355 27 113 0 7 431 123 72
Binary 10110110 111011 11101101 10111 1001011 0 111 100011001 1010011 111010

Color Harmonies of #B63BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BED

Black with #B63BED

Text Example


Text Example

White with #B63BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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