Html Css Color HEX #B245CF Medium Orchid

📋 copy color: '#B245CF'

red 178 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #B245CF

Tints of Medium Orchid #B245CF

RGB

 RED value IS 178 (69.92% from 255) = 39.21%

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

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

R = 39.21%
G = 15.2%
B = 45.59%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B245CF (or 0xB245CF) is known color: Medium Orchid. HEX triplet: B2, 45 and CF. RGB value is (178,69,207). Sum of RGB (Red+Green+Blue) = 178+69+207=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B245CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245CF is #4DBA30. Grayscale: #747474. Windows color (decimal): -5093937 or 13583794. OLE color: 13583794.

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

Color convert

RGB 178 69 207 -
CMYK 0.14 0.67 0 0.19
HSL 287.39º 0.59% 0.54% -
HSV(B) 287.39º 0.67% 0.81% -
XYZ 31.75 18.23 60.88 -
YUV 117.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 178 69 207 0.14 0.67 0 0.19 287.39 0.59 0.54
Hex B2 45 CF E 43 0 13 11F 3B 36
Octal 262 105 317 16 103 0 23 437 73 66
Binary 10110010 1000101 11001111 1110 1000011 0 10011 100011111 111011 110110

Color Harmonies of #B245CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245CF

Black with #B245CF

Text Example


Text Example

White with #B245CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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