Html Css Color HEX #B26FD2 Medium Orchid

📋 copy color: '#B26FD2'

red 178 ◦ green 111 ◦ blue 210

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

Shades of Medium Orchid #B26FD2

Tints of Medium Orchid #B26FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 35.67%
G = 22.24%
B = 42.08%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B26FD2 (or 0xB26FD2) is known color: Medium Orchid. HEX triplet: B2, 6F and D2. RGB value is (178,111,210). Sum of RGB (Red+Green+Blue) = 178+111+210=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #B26FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD2 is #4D902D. Grayscale: #8D8D8D. Windows color (decimal): -5083182 or 13791154. OLE color: 13791154.

HSL color Cylindrical-coordinate representation of color #B26FD2: hue angle of 280.61º degrees, saturation: 0.52, 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 #B26FD2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 111 210 -
CMYK 0.15 0.47 0 0.18
HSL 280.61º 0.52% 0.63% -
HSV(B) 280.61º 0.47% 0.82% -
XYZ 35.68 25.49 64.01 -
YUV 142.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 178 111 210 0.15 0.47 0 0.18 280.61 0.52 0.63
Hex B2 6F D2 F 2F 0 12 119 34 3F
Octal 262 157 322 17 57 0 22 431 64 77
Binary 10110010 1101111 11010010 1111 101111 0 10010 100011001 110100 111111

Color Harmonies of #B26FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FD2

Black with #B26FD2

Text Example


Text Example

White with #B26FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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