Html Css Color HEX #B26CCB Medium Orchid

📋 copy color: '#B26CCB'

red 178 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #B26CCB

Tints of Medium Orchid #B26CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 36.4%
G = 22.09%
B = 41.51%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B26CCB (or 0xB26CCB) is known color: Medium Orchid. HEX triplet: B2, 6C and CB. RGB value is (178,108,203). Sum of RGB (Red+Green+Blue) = 178+108+203=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CCB is #4D9334. Grayscale: #8B8B8B. Windows color (decimal): -5083957 or 13331634. OLE color: 13331634.

HSL color Cylindrical-coordinate representation of color #B26CCB: hue angle of 284.21º degrees, saturation: 0.48, 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 #B26CCB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 108 203 -
CMYK 0.12 0.47 0 0.20
HSL 284.21º 0.48% 0.61% -
HSV(B) 284.21º 0.47% 0.8% -
XYZ 34.5 24.5 59.41 -
YUV 139.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 178 108 203 0.12 0.47 0 0.20 284.21 0.48 0.61
Hex B2 6C CB C 2F 0 14 11C 30 3D
Octal 262 154 313 14 57 0 24 434 60 75
Binary 10110010 1101100 11001011 1100 101111 0 10100 100011100 110000 111101

Color Harmonies of #B26CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CCB

Black with #B26CCB

Text Example


Text Example

White with #B26CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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