Html Css Color HEX #B262DC Medium Orchid

📋 copy color: '#B262DC'

red 178 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #B262DC

Tints of Medium Orchid #B262DC

RGB

 RED value IS 178 (69.92% from 255) = 35.89%

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 35.89%
G = 19.76%
B = 44.35%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B262DC (or 0xB262DC) is known color: Medium Orchid. HEX triplet: B2, 62 and DC. RGB value is (178,98,220). Sum of RGB (Red+Green+Blue) = 178+98+220=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B262DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DC is #4D9D23. Grayscale: #878787. Windows color (decimal): -5086500 or 14443186. OLE color: 14443186.

HSL color Cylindrical-coordinate representation of color #B262DC: hue angle of 279.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B262DC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 98 220 -
CMYK 0.19 0.55 0 0.14
HSL 279.34º 0.64% 0.62% -
HSV(B) 279.34º 0.55% 0.86% -
XYZ 35.65 23.37 70.34 -
YUV 135.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 178 98 220 0.19 0.55 0 0.14 279.34 0.64 0.62
Hex B2 62 DC 13 37 0 E 117 40 3E
Octal 262 142 334 23 67 0 16 427 100 76
Binary 10110010 1100010 11011100 10011 110111 0 1110 100010111 1000000 111110

Color Harmonies of #B262DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262DC

Black with #B262DC

Text Example


Text Example

White with #B262DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262DC; }

 p { color: rgb(178,98,220); }

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

background-color css

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

 a { background-color: rgb(178,98,220); }

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

border-color css

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

 span { border-color: rgb(178,98,220); }

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