Html Css Color HEX #B445CF Medium Orchid

📋 copy color: '#B445CF'

red 180 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #B445CF

Tints of Medium Orchid #B445CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.13%

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

R = 39.47%
G = 15.13%
B = 45.39%

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

#B445CF (or 0xB445CF) is known color: Medium Orchid. HEX triplet: B4, 45 and CF. RGB value is (180,69,207). Sum of RGB (Red+Green+Blue) = 180+69+207=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B445CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445CF is #4BBA30. Grayscale: #757575. Windows color (decimal): -4962865 or 13583796. OLE color: 13583796.

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

Color convert

RGB 180 69 207 -
CMYK 0.13 0.67 0 0.19
HSL 288.26º 0.59% 0.54% -
HSV(B) 288.26º 0.67% 0.81% -
XYZ 32.21 18.46 60.9 -
YUV 117.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 180 69 207 0.13 0.67 0 0.19 288.26 0.59 0.54
Hex B4 45 CF D 43 0 13 120 3B 36
Octal 264 105 317 15 103 0 23 440 73 66
Binary 10110100 1000101 11001111 1101 1000011 0 10011 100100000 111011 110110

Color Harmonies of #B445CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445CF

Black with #B445CF

Text Example


Text Example

White with #B445CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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