Html Css Color HEX #B444CF Medium Orchid

📋 copy color: '#B444CF'

red 180 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #B444CF

Tints of Medium Orchid #B444CF

RGB

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

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

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

R = 39.56%
G = 14.95%
B = 45.49%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B444CF (or 0xB444CF) is known color: Medium Orchid. HEX triplet: B4, 44 and CF. RGB value is (180,68,207). Sum of RGB (Red+Green+Blue) = 180+68+207=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B444CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444CF is #4BBB30. Grayscale: #747474. Windows color (decimal): -4963121 or 13583540. OLE color: 13583540.

HSL color Cylindrical-coordinate representation of color #B444CF: hue angle of 288.35º 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 #B444CF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 68 207 -
CMYK 0.13 0.67 0 0.19
HSL 288.35º 0.59% 0.54% -
HSV(B) 288.35º 0.67% 0.81% -
XYZ 32.15 18.34 60.88 -
YUV 117.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 180 68 207 0.13 0.67 0 0.19 288.35 0.59 0.54
Hex B4 44 CF D 43 0 13 120 3B 36
Octal 264 104 317 15 103 0 23 440 73 66
Binary 10110100 1000100 11001111 1101 1000011 0 10011 100100000 111011 110110

Color Harmonies of #B444CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444CF

Black with #B444CF

Text Example


Text Example

White with #B444CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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