Html Css Color HEX #B63CED Medium Orchid

📋 copy color: '#B63CED'

red 182 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #B63CED

Tints of Medium Orchid #B63CED

RGB

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

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

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

R = 38%
G = 12.53%
B = 49.48%

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

#B63CED (or 0xB63CED) is known color: Medium Orchid. HEX triplet: B6, 3C and ED. RGB value is (182,60,237). Sum of RGB (Red+Green+Blue) = 182+60+237=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #B63CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CED is #49C312. Grayscale: #747474. Windows color (decimal): -4834067 or 15547574. OLE color: 15547574.

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

Color convert

RGB 182 60 237 -
CMYK 0.23 0.75 0 0.07
HSL 281.36º 0.83% 0.58% -
HSV(B) 281.36º 0.75% 0.93% -
XYZ 36.19 19.29 81.94 -
YUV 116.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 182 60 237 0.23 0.75 0 0.07 281.36 0.83 0.58
Hex B6 3C ED 17 4B 0 7 119 53 3A
Octal 266 74 355 27 113 0 7 431 123 72
Binary 10110110 111100 11101101 10111 1001011 0 111 100011001 1010011 111010

Color Harmonies of #B63CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CED

Black with #B63CED

Text Example


Text Example

White with #B63CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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