Html Css Color HEX #B26CD2 Medium Orchid

📋 copy color: '#B26CD2'

red 178 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #B26CD2

Tints of Medium Orchid #B26CD2

RGB

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

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

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

R = 35.89%
G = 21.77%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B26CD2 (or 0xB26CD2) is known color: Medium Orchid. HEX triplet: B2, 6C and D2. RGB value is (178,108,210). Sum of RGB (Red+Green+Blue) = 178+108+210=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #B26CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CD2 is #4D932D. Grayscale: #8C8C8C. Windows color (decimal): -5083950 or 13790386. OLE color: 13790386.

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

Color convert

RGB 178 108 210 -
CMYK 0.15 0.49 0 0.18
HSL 281.18º 0.53% 0.62% -
HSV(B) 281.18º 0.49% 0.82% -
XYZ 35.36 24.84 63.9 -
YUV 140.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 178 108 210 0.15 0.49 0 0.18 281.18 0.53 0.62
Hex B2 6C D2 F 31 0 12 119 35 3E
Octal 262 154 322 17 61 0 22 431 65 76
Binary 10110010 1101100 11010010 1111 110001 0 10010 100011001 110101 111110

Color Harmonies of #B26CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CD2

Black with #B26CD2

Text Example


Text Example

White with #B26CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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