Html Css Color HEX #B26FD0 Medium Orchid

📋 copy color: '#B26FD0'

red 178 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #B26FD0

Tints of Medium Orchid #B26FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 35.81%
G = 22.33%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B26FD0 (or 0xB26FD0) is known color: Medium Orchid. HEX triplet: B2, 6F and D0. RGB value is (178,111,208). Sum of RGB (Red+Green+Blue) = 178+111+208=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B26FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD0 is #4D902F. Grayscale: #8D8D8D. Windows color (decimal): -5083184 or 13660082. OLE color: 13660082.

HSL color Cylindrical-coordinate representation of color #B26FD0: hue angle of 281.44º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26FD0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 111 208 -
CMYK 0.14 0.47 0 0.18
HSL 281.44º 0.51% 0.63% -
HSV(B) 281.44º 0.47% 0.82% -
XYZ 35.43 25.39 62.71 -
YUV 142.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 178 111 208 0.14 0.47 0 0.18 281.44 0.51 0.63
Hex B2 6F D0 E 2F 0 12 119 33 3F
Octal 262 157 320 16 57 0 22 431 63 77
Binary 10110010 1101111 11010000 1110 101111 0 10010 100011001 110011 111111

Color Harmonies of #B26FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FD0

Black with #B26FD0

Text Example


Text Example

White with #B26FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FD0; }

 p { color: rgb(178,111,208); }

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

background-color css

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

 a { background-color: rgb(178,111,208); }

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

border-color css

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

 span { border-color: rgb(178,111,208); }

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