Html Css Color HEX #B644CF Medium Orchid

📋 copy color: '#B644CF'

red 182 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #B644CF

Tints of Medium Orchid #B644CF

RGB

 RED value IS 182 (71.48% from 255) = 39.82%

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

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

R = 39.82%
G = 14.88%
B = 45.3%

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

#B644CF (or 0xB644CF) is known color: Medium Orchid. HEX triplet: B6, 44 and CF. RGB value is (182,68,207). Sum of RGB (Red+Green+Blue) = 182+68+207=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B644CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B644CF is #49BB30. Grayscale: #757575. Windows color (decimal): -4832049 or 13583542. OLE color: 13583542.

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

Color convert

RGB 182 68 207 -
CMYK 0.12 0.67 0 0.19
HSL 289.21º 0.59% 0.54% -
HSV(B) 289.21º 0.67% 0.81% -
XYZ 32.62 18.58 60.9 -
YUV 117.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 182 68 207 0.12 0.67 0 0.19 289.21 0.59 0.54
Hex B6 44 CF C 43 0 13 121 3B 36
Octal 266 104 317 14 103 0 23 441 73 66
Binary 10110110 1000100 11001111 1100 1000011 0 10011 100100001 111011 110110

Color Harmonies of #B644CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B644CF

Black with #B644CF

Text Example


Text Example

White with #B644CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B644CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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