Html Css Color HEX #B26BD2 Medium Orchid

📋 copy color: '#B26BD2'

red 178 ◦ green 107 ◦ blue 210

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

Shades of Medium Orchid #B26BD2

Tints of Medium Orchid #B26BD2

RGB

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

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

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

R = 35.96%
G = 21.62%
B = 42.42%

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

#B26BD2 (or 0xB26BD2) is known color: Medium Orchid. HEX triplet: B2, 6B and D2. RGB value is (178,107,210). Sum of RGB (Red+Green+Blue) = 178+107+210=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #B26BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BD2 is #4D942D. Grayscale: #8B8B8B. Windows color (decimal): -5084206 or 13790130. OLE color: 13790130.

HSL color Cylindrical-coordinate representation of color #B26BD2: hue angle of 281.36º 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 #B26BD2 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 107 210 -
CMYK 0.15 0.49 0 0.18
HSL 281.36º 0.53% 0.62% -
HSV(B) 281.36º 0.49% 0.82% -
XYZ 35.25 24.63 63.87 -
YUV 139.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 178 107 210 0.15 0.49 0 0.18 281.36 0.53 0.62
Hex B2 6B D2 F 31 0 12 119 35 3E
Octal 262 153 322 17 61 0 22 431 65 76
Binary 10110010 1101011 11010010 1111 110001 0 10010 100011001 110101 111110

Color Harmonies of #B26BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BD2

Black with #B26BD2

Text Example


Text Example

White with #B26BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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