Html Css Color HEX #B46CCB Medium Orchid

📋 copy color: '#B46CCB'

red 180 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #B46CCB

Tints of Medium Orchid #B46CCB

RGB

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

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

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

R = 36.66%
G = 22%
B = 41.34%

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

#B46CCB (or 0xB46CCB) is known color: Medium Orchid. HEX triplet: B4, 6C and CB. RGB value is (180,108,203). Sum of RGB (Red+Green+Blue) = 180+108+203=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CCB is #4B9334. Grayscale: #8C8C8C. Windows color (decimal): -4952885 or 13331636. OLE color: 13331636.

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

Color convert

RGB 180 108 203 -
CMYK 0.11 0.47 0 0.20
HSL 285.47º 0.48% 0.61% -
HSV(B) 285.47º 0.47% 0.8% -
XYZ 34.96 24.74 59.43 -
YUV 140.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 180 108 203 0.11 0.47 0 0.20 285.47 0.48 0.61
Hex B4 6C CB B 2F 0 14 11D 30 3D
Octal 264 154 313 13 57 0 24 435 60 75
Binary 10110100 1101100 11001011 1011 101111 0 10100 100011101 110000 111101

Color Harmonies of #B46CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CCB

Black with #B46CCB

Text Example


Text Example

White with #B46CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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