Html Css Color HEX #B26BCD Medium Orchid

📋 copy color: '#B26BCD'

red 178 ◦ green 107 ◦ blue 205

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

Shades of Medium Orchid #B26BCD

Tints of Medium Orchid #B26BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 36.33%
G = 21.84%
B = 41.84%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26BCD (or 0xB26BCD) is known color: Medium Orchid. HEX triplet: B2, 6B and CD. RGB value is (178,107,205). Sum of RGB (Red+Green+Blue) = 178+107+205=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B26BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BCD is #4D9432. Grayscale: #8B8B8B. Windows color (decimal): -5084211 or 13462450. OLE color: 13462450.

HSL color Cylindrical-coordinate representation of color #B26BCD: hue angle of 283.47º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26BCD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 107 205 -
CMYK 0.13 0.48 0 0.20
HSL 283.47º 0.49% 0.61% -
HSV(B) 283.47º 0.48% 0.8% -
XYZ 34.64 24.39 60.64 -
YUV 139.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 178 107 205 0.13 0.48 0 0.20 283.47 0.49 0.61
Hex B2 6B CD D 30 0 14 11B 31 3D
Octal 262 153 315 15 60 0 24 433 61 75
Binary 10110010 1101011 11001101 1101 110000 0 10100 100011011 110001 111101

Color Harmonies of #B26BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BCD

Black with #B26BCD

Text Example


Text Example

White with #B26BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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