Html Css Color HEX #B26CCD Medium Orchid

📋 copy color: '#B26CCD'

red 178 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B26CCD

Tints of Medium Orchid #B26CCD

RGB

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

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

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

R = 36.25%
G = 22%
B = 41.75%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26CCD (or 0xB26CCD) is known color: Medium Orchid. HEX triplet: B2, 6C and CD. RGB value is (178,108,205). Sum of RGB (Red+Green+Blue) = 178+108+205=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B26CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CCD is #4D9332. Grayscale: #8B8B8B. Windows color (decimal): -5083955 or 13462706. OLE color: 13462706.

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

Color convert

RGB 178 108 205 -
CMYK 0.13 0.47 0 0.20
HSL 283.3º 0.49% 0.61% -
HSV(B) 283.3º 0.47% 0.8% -
XYZ 34.74 24.6 60.67 -
YUV 139.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 178 108 205 0.13 0.47 0 0.20 283.3 0.49 0.61
Hex B2 6C CD D 2F 0 14 11B 31 3D
Octal 262 154 315 15 57 0 24 433 61 75
Binary 10110010 1101100 11001101 1101 101111 0 10100 100011011 110001 111101

Color Harmonies of #B26CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CCD

Black with #B26CCD

Text Example


Text Example

White with #B26CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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