Html Css Color HEX #B26FDA Medium Orchid

📋 copy color: '#B26FDA'

red 178 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #B26FDA

Tints of Medium Orchid #B26FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 35.11%
G = 21.89%
B = 43%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B26FDA (or 0xB26FDA) is known color: Medium Orchid. HEX triplet: B2, 6F and DA. RGB value is (178,111,218). Sum of RGB (Red+Green+Blue) = 178+111+218=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B26FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FDA is #4D9025. Grayscale: #8E8E8E. Windows color (decimal): -5083174 or 14315442. OLE color: 14315442.

HSL color Cylindrical-coordinate representation of color #B26FDA: hue angle of 277.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26FDA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 111 218 -
CMYK 0.18 0.49 0 0.15
HSL 277.57º 0.59% 0.65% -
HSV(B) 277.57º 0.49% 0.85% -
XYZ 36.7 25.9 69.39 -
YUV 143.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 178 111 218 0.18 0.49 0 0.15 277.57 0.59 0.65
Hex B2 6F DA 12 31 0 F 116 3B 41
Octal 262 157 332 22 61 0 17 426 73 101
Binary 10110010 1101111 11011010 10010 110001 0 1111 100010110 111011 1000001

Color Harmonies of #B26FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26FDA

Black with #B26FDA

Text Example


Text Example

White with #B26FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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