Html Css Color HEX #B744CF Medium Orchid

📋 copy color: '#B744CF'

red 183 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #B744CF

Tints of Medium Orchid #B744CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 39.96%
G = 14.85%
B = 45.2%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B744CF (or 0xB744CF) is known color: Medium Orchid. HEX triplet: B7, 44 and CF. RGB value is (183,68,207). Sum of RGB (Red+Green+Blue) = 183+68+207=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B744CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744CF is #48BB30. Grayscale: #757575. Windows color (decimal): -4766513 or 13583543. OLE color: 13583543.

HSL color Cylindrical-coordinate representation of color #B744CF: hue angle of 289.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B744CF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 68 207 -
CMYK 0.12 0.67 0 0.19
HSL 289.64º 0.59% 0.54% -
HSV(B) 289.64º 0.67% 0.81% -
XYZ 32.86 18.71 60.91 -
YUV 118.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 183 68 207 0.12 0.67 0 0.19 289.64 0.59 0.54
Hex B7 44 CF C 43 0 13 122 3B 36
Octal 267 104 317 14 103 0 23 442 73 66
Binary 10110111 1000100 11001111 1100 1000011 0 10011 100100010 111011 110110

Color Harmonies of #B744CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744CF

Black with #B744CF

Text Example


Text Example

White with #B744CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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