Html Css Color HEX #B46BCB Medium Orchid

📋 copy color: '#B46BCB'

red 180 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #B46BCB

Tints of Medium Orchid #B46BCB

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

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

R = 36.73%
G = 21.84%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46BCB (or 0xB46BCB) is known color: Medium Orchid. HEX triplet: B4, 6B and CB. RGB value is (180,107,203). Sum of RGB (Red+Green+Blue) = 180+107+203=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BCB is #4B9434. Grayscale: #8B8B8B. Windows color (decimal): -4953141 or 13331380. OLE color: 13331380.

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

Color convert

RGB 180 107 203 -
CMYK 0.11 0.47 0 0.20
HSL 285.63º 0.48% 0.61% -
HSV(B) 285.63º 0.47% 0.8% -
XYZ 34.86 24.53 59.4 -
YUV 139.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 180 107 203 0.11 0.47 0 0.20 285.63 0.48 0.61
Hex B4 6B CB B 2F 0 14 11E 30 3D
Octal 264 153 313 13 57 0 24 436 60 75
Binary 10110100 1101011 11001011 1011 101111 0 10100 100011110 110000 111101

Color Harmonies of #B46BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BCB

Black with #B46BCB

Text Example


Text Example

White with #B46BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BCB; }

 p { color: rgb(180,107,203); }

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

background-color css

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

 a { background-color: rgb(180,107,203); }

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

border-color css

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

 span { border-color: rgb(180,107,203); }

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