Html Css Color HEX #B362DA Medium Orchid

📋 copy color: '#B362DA'

red 179 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #B362DA

Tints of Medium Orchid #B362DA

RGB

 RED value IS 179 (70.31% from 255) = 36.16%

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 36.16%
G = 19.8%
B = 44.04%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B362DA (or 0xB362DA) is known color: Medium Orchid. HEX triplet: B3, 62 and DA. RGB value is (179,98,218). Sum of RGB (Red+Green+Blue) = 179+98+218=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B362DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362DA is #4C9D25. Grayscale: #878787. Windows color (decimal): -5020966 or 14312115. OLE color: 14312115.

HSL color Cylindrical-coordinate representation of color #B362DA: hue angle of 280.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B362DA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 98 218 -
CMYK 0.18 0.55 0 0.15
HSL 280.5º 0.62% 0.62% -
HSV(B) 280.5º 0.55% 0.85% -
XYZ 35.61 23.38 68.97 -
YUV 135.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 179 98 218 0.18 0.55 0 0.15 280.5 0.62 0.62
Hex B3 62 DA 12 37 0 F 118 3E 3E
Octal 263 142 332 22 67 0 17 430 76 76
Binary 10110011 1100010 11011010 10010 110111 0 1111 100011000 111110 111110

Color Harmonies of #B362DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362DA

Black with #B362DA

Text Example


Text Example

White with #B362DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362DA; }

 p { color: rgb(179,98,218); }

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

background-color css

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

 a { background-color: rgb(179,98,218); }

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

border-color css

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

 span { border-color: rgb(179,98,218); }

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