Html Css Color HEX #B645ED Medium Orchid

📋 copy color: '#B645ED'

red 182 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #B645ED

Tints of Medium Orchid #B645ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.14%

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

R = 37.3%
G = 14.14%
B = 48.57%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B645ED (or 0xB645ED) is known color: Medium Orchid. HEX triplet: B6, 45 and ED. RGB value is (182,69,237). Sum of RGB (Red+Green+Blue) = 182+69+237=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #B645ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645ED is #49BA12. Grayscale: #797979. Windows color (decimal): -4831763 or 15549878. OLE color: 15549878.

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

Color convert

RGB 182 69 237 -
CMYK 0.23 0.71 0 0.07
HSL 280.36º 0.82% 0.6% -
HSV(B) 280.36º 0.71% 0.93% -
XYZ 36.71 20.32 82.11 -
YUV 121.94 192.94 170.84 -
System Red Green Blue C M Y K H S L
Decimal 182 69 237 0.23 0.71 0 0.07 280.36 0.82 0.6
Hex B6 45 ED 17 47 0 7 118 52 3C
Octal 266 105 355 27 107 0 7 430 122 74
Binary 10110110 1000101 11101101 10111 1000111 0 111 100011000 1010010 111100

Color Harmonies of #B645ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645ED

Black with #B645ED

Text Example


Text Example

White with #B645ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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