Html Css Color HEX #B446CB Medium Orchid

📋 copy color: '#B446CB'

red 180 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #B446CB

Tints of Medium Orchid #B446CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.45%

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

R = 39.74%
G = 15.45%
B = 44.81%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B446CB (or 0xB446CB) is known color: Medium Orchid. HEX triplet: B4, 46 and CB. RGB value is (180,70,203). Sum of RGB (Red+Green+Blue) = 180+70+203=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #B446CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446CB is #4BB934. Grayscale: #757575. Windows color (decimal): -4962613 or 13321908. OLE color: 13321908.

HSL color Cylindrical-coordinate representation of color #B446CB: hue angle of 289.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B446CB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 70 203 -
CMYK 0.11 0.66 0 0.20
HSL 289.62º 0.56% 0.54% -
HSV(B) 289.62º 0.66% 0.8% -
XYZ 31.79 18.4 58.37 -
YUV 118.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 180 70 203 0.11 0.66 0 0.20 289.62 0.56 0.54
Hex B4 46 CB B 42 0 14 122 38 36
Octal 264 106 313 13 102 0 24 442 70 66
Binary 10110100 1000110 11001011 1011 1000010 0 10100 100100010 111000 110110

Color Harmonies of #B446CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446CB

Black with #B446CB

Text Example


Text Example

White with #B446CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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