Html Css Color HEX #B262DF Medium Orchid

📋 copy color: '#B262DF'

red 178 ◦ green 98 ◦ blue 223

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

Shades of Medium Orchid #B262DF

Tints of Medium Orchid #B262DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 35.67%
G = 19.64%
B = 44.69%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B262DF (or 0xB262DF) is known color: Medium Orchid. HEX triplet: B2, 62 and DF. RGB value is (178,98,223). Sum of RGB (Red+Green+Blue) = 178+98+223=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #B262DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DF is #4D9D20. Grayscale: #878787. Windows color (decimal): -5086497 or 14639794. OLE color: 14639794.

HSL color Cylindrical-coordinate representation of color #B262DF: hue angle of 278.4º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B262DF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 98 223 -
CMYK 0.20 0.56 0 0.13
HSL 278.4º 0.66% 0.63% -
HSV(B) 278.4º 0.56% 0.87% -
XYZ 36.05 23.53 72.45 -
YUV 136.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 178 98 223 0.20 0.56 0 0.13 278.4 0.66 0.63
Hex B2 62 DF 14 38 0 D 116 42 3F
Octal 262 142 337 24 70 0 15 426 102 77
Binary 10110010 1100010 11011111 10100 111000 0 1101 100010110 1000010 111111

Color Harmonies of #B262DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262DF

Black with #B262DF

Text Example


Text Example

White with #B262DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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