Html Css Color HEX #B744CB Medium Orchid

📋 copy color: '#B744CB'

red 183 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #B744CB

Tints of Medium Orchid #B744CB

RGB

 RED value IS 183 (71.88% from 255) = 40.31%

 GREEN value IS 68 (26.95% from 255) = 14.98%

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

R = 40.31%
G = 14.98%
B = 44.71%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B744CB (or 0xB744CB) is known color: Medium Orchid. HEX triplet: B7, 44 and CB. RGB value is (183,68,203). Sum of RGB (Red+Green+Blue) = 183+68+203=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B744CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744CB is #48BB34. Grayscale: #757575. Windows color (decimal): -4766517 or 13321399. OLE color: 13321399.

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

Color convert

RGB 183 68 203 -
CMYK 0.10 0.67 0 0.20
HSL 291.11º 0.56% 0.53% -
HSV(B) 291.11º 0.67% 0.8% -
XYZ 32.38 18.51 58.37 -
YUV 117.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 183 68 203 0.10 0.67 0 0.20 291.11 0.56 0.53
Hex B7 44 CB A 43 0 14 123 38 35
Octal 267 104 313 12 103 0 24 443 70 65
Binary 10110111 1000100 11001011 1010 1000011 0 10100 100100011 111000 110101

Color Harmonies of #B744CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744CB

Black with #B744CB

Text Example


Text Example

White with #B744CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744CB; }

 p { color: rgb(183,68,203); }

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

background-color css

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

 a { background-color: rgb(183,68,203); }

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

border-color css

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

 span { border-color: rgb(183,68,203); }

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