Html Css Color HEX #B26AD7 Medium Orchid

📋 copy color: '#B26AD7'

red 178 ◦ green 106 ◦ blue 215

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

Shades of Medium Orchid #B26AD7

Tints of Medium Orchid #B26AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

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

R = 35.67%
G = 21.24%
B = 43.09%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B26AD7 (or 0xB26AD7) is known color: Medium Orchid. HEX triplet: B2, 6A and D7. RGB value is (178,106,215). Sum of RGB (Red+Green+Blue) = 178+106+215=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #B26AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26AD7 is #4D9528. Grayscale: #8B8B8B. Windows color (decimal): -5084457 or 14117554. OLE color: 14117554.

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

Color convert

RGB 178 106 215 -
CMYK 0.17 0.51 0 0.16
HSL 279.63º 0.58% 0.63% -
HSV(B) 279.63º 0.51% 0.84% -
XYZ 35.78 24.68 67.17 -
YUV 139.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 178 106 215 0.17 0.51 0 0.16 279.63 0.58 0.63
Hex B2 6A D7 11 33 0 10 118 3A 3F
Octal 262 152 327 21 63 0 20 430 72 77
Binary 10110010 1101010 11010111 10001 110011 0 10000 100011000 111010 111111

Color Harmonies of #B26AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26AD7

Black with #B26AD7

Text Example


Text Example

White with #B26AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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