Html Css Color HEX #B26BDB Medium Orchid

📋 copy color: '#B26BDB'

red 178 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B26BDB

Tints of Medium Orchid #B26BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 35.32%
G = 21.23%
B = 43.45%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B26BDB (or 0xB26BDB) is known color: Medium Orchid. HEX triplet: B2, 6B and DB. RGB value is (178,107,219). Sum of RGB (Red+Green+Blue) = 178+107+219=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BDB is #4D9424. Grayscale: #8C8C8C. Windows color (decimal): -5084197 or 14379954. OLE color: 14379954.

HSL color Cylindrical-coordinate representation of color #B26BDB: hue angle of 278.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26BDB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 107 219 -
CMYK 0.19 0.51 0 0.14
HSL 278.04º 0.61% 0.64% -
HSV(B) 278.04º 0.51% 0.86% -
XYZ 36.4 25.09 69.94 -
YUV 141 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 178 107 219 0.19 0.51 0 0.14 278.04 0.61 0.64
Hex B2 6B DB 13 33 0 E 116 3D 40
Octal 262 153 333 23 63 0 16 426 75 100
Binary 10110010 1101011 11011011 10011 110011 0 1110 100010110 111101 1000000

Color Harmonies of #B26BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BDB

Black with #B26BDB

Text Example


Text Example

White with #B26BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BDB; }

 p { color: rgb(178,107,219); }

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

background-color css

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

 a { background-color: rgb(178,107,219); }

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

border-color css

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

 span { border-color: rgb(178,107,219); }

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