Html Css Color HEX #B26ACF Medium Orchid

📋 copy color: '#B26ACF'

red 178 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #B26ACF

Tints of Medium Orchid #B26ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 36.25%
G = 21.59%
B = 42.16%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B26ACF (or 0xB26ACF) is known color: Medium Orchid. HEX triplet: B2, 6A and CF. RGB value is (178,106,207). Sum of RGB (Red+Green+Blue) = 178+106+207=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B26ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ACF is #4D9530. Grayscale: #8A8A8A. Windows color (decimal): -5084465 or 13593266. OLE color: 13593266.

HSL color Cylindrical-coordinate representation of color #B26ACF: hue angle of 282.77º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26ACF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 106 207 -
CMYK 0.14 0.49 0 0.19
HSL 282.77º 0.51% 0.61% -
HSV(B) 282.77º 0.49% 0.81% -
XYZ 34.78 24.28 61.88 -
YUV 139.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 178 106 207 0.14 0.49 0 0.19 282.77 0.51 0.61
Hex B2 6A CF E 31 0 13 11B 33 3D
Octal 262 152 317 16 61 0 23 433 63 75
Binary 10110010 1101010 11001111 1110 110001 0 10011 100011011 110011 111101

Color Harmonies of #B26ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26ACF

Black with #B26ACF

Text Example


Text Example

White with #B26ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26ACF; }

 p { color: rgb(178,106,207); }

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

background-color css

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

 a { background-color: rgb(178,106,207); }

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

border-color css

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

 span { border-color: rgb(178,106,207); }

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