Html Css Color HEX #B642ED Medium Orchid

📋 copy color: '#B642ED'

red 182 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #B642ED

Tints of Medium Orchid #B642ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.61%

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

R = 37.53%
G = 13.61%
B = 48.87%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B642ED (or 0xB642ED) is known color: Medium Orchid. HEX triplet: B6, 42 and ED. RGB value is (182,66,237). Sum of RGB (Red+Green+Blue) = 182+66+237=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #B642ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B642ED is #49BD12. Grayscale: #777777. Windows color (decimal): -4832531 or 15549110. OLE color: 15549110.

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

Color convert

RGB 182 66 237 -
CMYK 0.23 0.72 0 0.07
HSL 280.7º 0.83% 0.59% -
HSV(B) 280.7º 0.72% 0.93% -
XYZ 36.53 19.96 82.05 -
YUV 120.18 193.93 172.1 -
System Red Green Blue C M Y K H S L
Decimal 182 66 237 0.23 0.72 0 0.07 280.7 0.83 0.59
Hex B6 42 ED 17 48 0 7 119 53 3B
Octal 266 102 355 27 110 0 7 431 123 73
Binary 10110110 1000010 11101101 10111 1001000 0 111 100011001 1010011 111011

Color Harmonies of #B642ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642ED

Black with #B642ED

Text Example


Text Example

White with #B642ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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