Html Css Color HEX #B26CEA Medium Orchid

📋 copy color: '#B26CEA'

red 178 ◦ green 108 ◦ blue 234

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

Shades of Medium Orchid #B26CEA

Tints of Medium Orchid #B26CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 234 (91.8% from 255) = 45%

R = 34.23%
G = 20.77%
B = 45%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B26CEA (or 0xB26CEA) is known color: Medium Orchid. HEX triplet: B2, 6C and EA. RGB value is (178,108,234). Sum of RGB (Red+Green+Blue) = 178+108+234=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #B26CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CEA is #4D9315. Grayscale: #8E8E8E. Windows color (decimal): -5083926 or 15363250. OLE color: 15363250.

HSL color Cylindrical-coordinate representation of color #B26CEA: hue angle of 273.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26CEA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 108 234 -
CMYK 0.24 0.54 0 0.08
HSL 273.33º 0.75% 0.67% -
HSV(B) 273.33º 0.54% 0.92% -
XYZ 38.57 26.13 80.85 -
YUV 143.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 178 108 234 0.24 0.54 0 0.08 273.33 0.75 0.67
Hex B2 6C EA 18 36 0 8 111 4B 43
Octal 262 154 352 30 66 0 10 421 113 103
Binary 10110010 1101100 11101010 11000 110110 0 1000 100010001 1001011 1000011

Color Harmonies of #B26CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CEA

Black with #B26CEA

Text Example


Text Example

White with #B26CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CEA; }

 p { color: rgb(178,108,234); }

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

background-color css

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

 a { background-color: rgb(178,108,234); }

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

border-color css

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

 span { border-color: rgb(178,108,234); }

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