Html Css Color HEX #B262D7 Medium Orchid

📋 copy color: '#B262D7'

red 178 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #B262D7

Tints of Medium Orchid #B262D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 36.25%
G = 19.96%
B = 43.79%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B262D7 (or 0xB262D7) is known color: Medium Orchid. HEX triplet: B2, 62 and D7. RGB value is (178,98,215). Sum of RGB (Red+Green+Blue) = 178+98+215=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #B262D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262D7 is #4D9D28. Grayscale: #868686. Windows color (decimal): -5086505 or 14115506. OLE color: 14115506.

HSL color Cylindrical-coordinate representation of color #B262D7: hue angle of 281.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B262D7 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 98 215 -
CMYK 0.17 0.54 0 0.16
HSL 281.03º 0.59% 0.61% -
HSV(B) 281.03º 0.54% 0.84% -
XYZ 34.99 23.11 66.91 -
YUV 135.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 178 98 215 0.17 0.54 0 0.16 281.03 0.59 0.61
Hex B2 62 D7 11 36 0 10 119 3B 3D
Octal 262 142 327 21 66 0 20 431 73 75
Binary 10110010 1100010 11010111 10001 110110 0 10000 100011001 111011 111101

Color Harmonies of #B262D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262D7

Black with #B262D7

Text Example


Text Example

White with #B262D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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